| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetMouseOverTracking function to get the current state of mouse-over tracking.
Boolean QTVRGetMouseOverTracking (QTVRInstance qtvr);
The QTVRGetMouseOverTracking function returns, as its function result, a Boolean value that indicates whether QuickTime VR is currently handling mouse-over tracking for the QuickTime VR movie specified by the qtvr parameter ( true ) or not ( false ). By default, QuickTime VR tracks mouse movements in a QuickTime VR movie and changes the shape of the cursor as appropriate.
Use QTVRSetMouseOverTracking (next) to change the mouse-over tracking state of a QuickTime VR movie.
| Previous | Chapter contents | Chapter top | Section top | Next |